home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload Trio 2 / Shareware Overload Trio Volume 2 (Chestnut CD-ROM).ISO / dir42 / dbol110b.zip / README.TXT < prev    next >
Text File  |  1993-12-14  |  3KB  |  86 lines

  1. dB Online Manual Update                         December 14, 1993
  2.  
  3.  
  4. The following undocumented enhancements are included in dB Online
  5. version 1.10b.
  6.  
  7.   TYPE will now generate a More(Y/N) prompt when displaying
  8.   large file listings.  The number of lines displayed is
  9.   determined by the PAGELEN() variable given by the BBS drop
  10.   files.
  11.  
  12.   All references to DORINFOx.DEV in the documentation should
  13.   be replaced with DORINFOx.DEF.  dB Online will accept
  14.   DORINFOx.DEF as a command line parameter.
  15.  
  16.   There is now full ANSI display support on the local screen
  17.   even if ANSI.SYS is not loaded.
  18.  
  19.   The .AND.  .OR.  .NOT. logical operators can now be
  20.   specified as AND OR NOT.  ie.  without the leading and
  21.   trailing periods.
  22.  
  23.   The macro (&) function has been enhanced.  Anywhere a
  24.   variable/field identifier can be used, it can be
  25.   substituted with a macro function as follows:   &<var>,
  26.   text&<var>.  This allows the simulation of arrays with the
  27.   second syntax.  This will apply for both evaluation and
  28.   assignment of variables and fields.
  29.  
  30.   Example:
  31.  
  32.      USE database.dbf
  33.      x = 'field'
  34.      &x = "hello"
  35.      REPLACE name&x WITH "My name" && REPLACEs namefield
  36.      ? field                       && outputs  field = "hello"
  37.  
  38.   The ZAP command is now supported.  The ZAP command is equivalent
  39.   to a DELETE ALL followed by a PACK command, except it executes
  40.   faster.
  41.  
  42.   The VERSION() function now returns information on the current
  43.   registration level of dB Online.  The Registered version returns
  44.   "dB Online v110a Reg" and the Pro version returns "dB Online v110a
  45.   Pro".
  46.  
  47.  
  48. The following errors have been fixed since the release of dB Online
  49. v1.10
  50.  
  51.    - TYPEing large files does not result in loss of text over the modem
  52.  
  53.    - COUNT will not result in an error.
  54.  
  55.    - Using GOTO <recno> with a filter condition will select the record
  56.      even if the filter condition is false.  
  57.  
  58.    - Line spacing before and after TEXT...ENDTEXT and WAIT statements
  59.      have been improved.
  60.  
  61.    - Improper DATA TYPE MISMATCH errors are no longer reported.  
  62.  
  63.    - The REINDEX command does not return a File in use error.
  64.  
  65.    - Errors assigning variables with <var> = <expr> have been fixed.
  66.  
  67.    - Duplicate index files will not be opened and result in a
  68.      File locking error.
  69.  
  70.    - The APPEND BLANK command does not return a File in use error.
  71.  
  72.    - The date literal specifier {<cexpr>} has been fixed.
  73.  
  74.    - The Invalid Date message in full screen READ operations will no
  75.      longer generate an error in LOCAL operation.
  76.  
  77.    - SET COLOR TO <CR> now selects default colors lt grey on black
  78.  
  79.    - Will detect ISANSI and ISCOLOR in local/lan mode.
  80.  
  81.    - PACK will not return a file is in use command.
  82.  
  83.  
  84.  
  85. Copyright (c) 1993 Merlin Systems Inc.  All rights reserved.
  86.